home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / ease-3.5 / test / test.addresses < prev    next >
Encoding:
Text File  |  1991-02-26  |  210 b   |  13 lines

  1. #! /bin/sh
  2.  
  3. /usr/lib/sendmail -bt -Csun.cf    \
  4. | awk                \
  5.     '/^> >/ {printf "\n\n"};
  6.         {print}
  7.     '                \
  8. | sed                 \
  9.     -e 's/ \$# / mailer = /'    \
  10.     -e 's/ \$: / user = /'    \
  11.     -e 's/ \$@ / host = /'    
  12.  
  13.